home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00005_Script_Start Init
< prev
next >
Wrap
Text File
|
1995-04-03
|
615b
|
19 lines
on exitFrame
global gSMailBox, gMailBoxTimer, gMailBoxUp, gMailBoxCast, gSMailBoxButton
if gMailBoxUp = false then
if the visible of sprite gSMailBox = true then
set gMailBoxCast = gMailBoxCast - 1
if gMailBoxCast >= the number of cast "MAILBOX1.PIC" then
set the castNum of sprite gSMailBox to gMailBoxCast
go to the frame
end if
NextPostCard
set the visible of sprite gSMailBox to false
set the puppet of sprite gSMailBox to false
set the visible of sprite gSMailBoxButton to false
startTimer
end if
end if
end